home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / MPW Oberon 2.1168 / OExamples / FStubs.a < prev    next >
Encoding:
Text File  |  1993-05-07  |  541 b   |  24 lines  |  [TEXT/MPS ]

  1. *******************************************************************************
  2. *
  3. *    File FStubs.a - Stubs for floating point runtime library routines
  4. *                    not used by MPW tools.
  5. *
  6. *    Copyright Apple Computer, Inc. 1986-1987
  7. *    All rights reserved.
  8. *
  9. *******************************************************************************
  10.  
  11.                 CASE ON
  12.  
  13. *    Floating Point Conversion Routines
  14. *
  15. *    These routines, called by printf, are only necessary if floating point
  16. *    formatting is used.
  17.  
  18. ecvt            PROC EXPORT
  19.                 RTS
  20. fcvt            PROC EXPORT
  21.                 RTS
  22.  
  23.                 END
  24.